home *** CD-ROM | disk | FTP | other *** search
- ResultObject = {
- SUPERCLASS = Object;
- };
- File = {
- SUPERCLASS = ResultObject;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AbstractConverter = {
- ACTIONS = {
- ReportTo:;
- };
- OUTLETS = {
- myManager;
- };
- SUPERCLASS = ResultObject;
- };
- FontConverter = {
- SUPERCLASS = AbstractConverter;
- };
- PSFile = {
- SUPERCLASS = File;
- };
- ConvertController = {
- ACTIONS = {
- appDidInit:;
- appWillInit:;
- UserDecided:;
- appWillTerminate:;
- PrepareForConversion:;
- displayPreferences:;
- };
- OUTLETS = {
- converterInst;
- SourceFileName;
- pasteCommand;
- windowsCommands;
- cutCommand;
- servicesCommands;
- ProgressWindow;
- DestPath;
- decisionText;
- checkSpellingCommand;
- SourceTitle;
- editCommands;
- infoCommands;
- DestFileName;
- SourcePathTitle;
- StatusTitle;
- prefPanel;
- DestTitle;
- quitCommand;
- ProgressMeter;
- hideCommand;
- Status;
- DestPathTitle;
- SourcePath;
- decisionWindow;
- spellingCommand;
- listener;
- };
- SUPERCLASS = ResultObject;
- };
- ProgressIndicator = {
- SUPERCLASS = View;
- };
- PreFontConverter = {
- ACTIONS = {
- ChangeEncodingVector:;
- };
- OUTLETS = {
- ConvertCommand;
- EncodingButton;
- };
- SUPERCLASS = ConvertController;
- };
-